summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/drawable/premium_background.xml
blob: c9c41ddbe07ae2a2c7ce6ee823236e4af723de2e (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <gradient
        android:type="linear"
        android:angle="45"
        android:startColor="@color/yuzu_ea_background_start"
        android:endColor="@color/yuzu_ea_background_end" />
    <corners android:radius="12dp" />
</shape>